home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 2: Applications
/
Linux Cubed Series 2 - Applications.iso
/
editors
/
emacs
/
xemacs
/
xemacs-1.004
/
xemacs-1
/
xemacs-19.13
/
src
/
s
/
sunos4-1shr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-12-01
|
343 b
|
15 lines
/* Synched up with: Not in FSF. */
/* For building XEmacs under SunOS 4.1.* with dynamic libraries. */
#ifdef THIS_IS_YMAKEFILE
# ifdef USE_GCC
/* of course gcc has to take different args than the rest of the universe */
# define LD_SWITCH_SYSTEM -dynamic
# else
# define LD_SWITCH_SYSTEM -Bdynamic
# endif
#endif
#include "sunos4-1.h"